aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/expenses/[expenseId]/edit/loading.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/groups/[groupId]/expenses/[expenseId]/edit/loading.tsx')
-rw-r--r--src/app/groups/[groupId]/expenses/[expenseId]/edit/loading.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/groups/[groupId]/expenses/[expenseId]/edit/loading.tsx b/src/app/groups/[groupId]/expenses/[expenseId]/edit/loading.tsx
new file mode 100644
index 0000000..2b6ca56
--- /dev/null
+++ b/src/app/groups/[groupId]/expenses/[expenseId]/edit/loading.tsx
@@ -0,0 +1,3 @@
+export default function Loading() {
+ return <p>Loading…</p>
+}